home *** CD-ROM | disk | FTP | other *** search
/ Nintendo Press.nintendo.com (USA) / Nintendo Press.nintendo.com (USA).bin / pc / images / site.css < prev    next >
Cascading Style Sheet File  |  2003-05-03  |  3KB  |  347 lines

  1.  
  2.  
  3. body
  4.  
  5. {
  6.  
  7.     bgcolor:#EDEFF1;
  8.  
  9.  
  10. }
  11.  
  12.  
  13.  
  14. .footerfont
  15.  
  16. {
  17.  
  18.     font-family: verdana ;
  19.  
  20.     font-size: 10pt ;
  21.  
  22.     color: white ;
  23.  
  24. }
  25.  
  26.  
  27.  
  28. .regularfont
  29.  
  30. {
  31.  
  32.     font-family: verdana ;
  33.  
  34.     font-size: 10pt ;
  35.  
  36.     color: black ;
  37.  
  38. }
  39.  
  40.  
  41.  
  42. .listerRow1
  43.  
  44. {
  45.  
  46.     color: #D1D4DC ;
  47.  
  48. }
  49.  
  50.  
  51.  
  52. .listerRow2
  53.  
  54. {
  55.  
  56.     color: #EDEFF1 ;
  57.  
  58. }
  59.  
  60.  
  61.  
  62. .productlistersumbox
  63.  
  64. {
  65.  
  66.     color: #D1D4DC ;
  67.  
  68. }
  69.  
  70.  
  71.  
  72. .featuresListerFont
  73.  
  74. {
  75.  
  76.     em:3;
  77.  
  78.     font-family: verdana ;
  79.  
  80.     font-size: 9pt ;
  81.  
  82.     color: black ;
  83.  
  84. }
  85.  
  86. .morelink
  87.  
  88. {
  89.  
  90.     font-family: verdana ;
  91.  
  92.     color: #002968 ;
  93.  
  94.     text-decoration: none ;
  95.  
  96.     font-size:11pt ;
  97.  
  98. }
  99.  
  100. .bluelink
  101.  
  102. {
  103.  
  104.     color: #003078 ;
  105.  
  106.     font-family: verdana ;
  107.  
  108.     text-decoration: none ;
  109.  
  110.     font-size: 9pt ;
  111.  
  112. }
  113.  
  114.  
  115.  
  116. .inplisterfont
  117.  
  118. {
  119.  
  120.     color: #002968 ;
  121.  
  122.     font-family: verdana ;
  123.  
  124.     font-size: 9pt ;
  125.  
  126.     text-decoration: none ;
  127.  
  128. }
  129.  
  130.  
  131.  
  132. .inplisterdatefont
  133.  
  134. {
  135.  
  136.     color: black ;
  137.  
  138.     font-family: verdana ;
  139.  
  140.     font-size: 9pt ;
  141.  
  142.     text-decoration: none ;
  143.  
  144. }
  145.  
  146.  
  147.  
  148. .lslisterdatefont
  149.  
  150. {
  151.  
  152.     color: black ;
  153.  
  154.     font-family: verdana ;
  155.  
  156.     font-size: 9pt ;
  157.  
  158.     text-decoration: none ;
  159.  
  160. }
  161.  
  162.  
  163.  
  164. .lslisterbluelink
  165.  
  166. {
  167.  
  168.     color: #003078 ;
  169.  
  170.     font-family: verdana ;
  171.  
  172.     font-size: 9pt ;
  173.  
  174.     text-decoration: none ;
  175.  
  176. }
  177.  
  178.  
  179.  
  180. .leftnavboxfont
  181.  
  182. {
  183.  
  184.     color: #003078 ;
  185.  
  186.     font-family: verdana ;
  187.  
  188.     font-size: 9pt ;
  189.  
  190.     text-decoration: none ;
  191.  
  192.     font-weight: bold ;
  193.  
  194. }
  195.  
  196.  
  197.  
  198. .breadcrumbsoff
  199.  
  200. {
  201.  
  202.     color: #002968;
  203.  
  204.     font-weight:bold ;
  205.  
  206.     font-family: verdana ;
  207.  
  208.     font-size: 10pt ;
  209.  
  210.     text-decoration: none ;
  211.  
  212. }
  213.  
  214. .breadcrumbson
  215.  
  216. {
  217.  
  218.     color: #1300FF ;
  219.  
  220.     font-weight: bold ;
  221.  
  222.     font-family: verdana ;
  223.  
  224.     font-size: 10pt ;
  225.  
  226.     text-decoration: none ;
  227.  
  228. }
  229.  
  230.  
  231.  
  232. .gamecolumnheaders
  233.  
  234. {
  235.  
  236.     color: black ;
  237.  
  238.     font-family: verdana ;
  239.  
  240.     font-size: 8pt ;
  241.  
  242. }
  243.  
  244. .gamestitlelinks
  245.  
  246. {
  247.  
  248.     color: #002968 ;
  249.  
  250.     font-family: verdana ;
  251.  
  252.     font-size: 10pt ;
  253.  
  254.     font-weight: bold ;
  255.  
  256.     text-decoration: none ;
  257.  
  258. }
  259.  
  260. TD
  261. {
  262.     FONT-SIZE: 10pt;
  263.     COLOR: black;
  264.     FONT-FAMILY: Verdana;
  265. }
  266.  
  267. a:link 
  268.  
  269. {
  270.     text-decoration: none;
  271.     color: #0000CC;
  272. }
  273.  
  274. a:hover 
  275.  
  276. {
  277.     text-decoration: underline;
  278.     color: #0000CC;
  279. }
  280.  
  281. a:visited 
  282.  
  283. {
  284.     text-decoration: none;
  285.     color: #003366;
  286. }
  287.  
  288. a:visited:hover 
  289.  
  290. {
  291.     text-decoration: underline;
  292.     color: #003366;
  293. }
  294.  
  295.  
  296. .texteditor {
  297. background-color:#FF9900;
  298. BORDER-LEFT: black 1px solid;
  299. BORDER-RIGHT: black 1px solid;
  300. BORDER-TOP: black 1px solid;
  301. BORDER-BOTTOM: black 1px solid;
  302. }
  303.  
  304. .texteditorheader{ 
  305. font-size: 12pt;
  306. font-weight: bold;
  307. }
  308.  
  309.  
  310. .editbar {
  311. background-color:#FF9900;
  312. BORDER-LEFT: black 1px solid;
  313. BORDER-RIGHT: black 1px solid;
  314. BORDER-TOP: black 1px solid;
  315. BORDER-BOTTOM: black 1px solid;
  316. }
  317.  
  318. .edittable1 {
  319.     background-color: #cccc99;
  320.     BORDER-LEFT: black 1px solid;
  321.     BORDER-RIGHT: black 1px solid;
  322.     BORDER-TOP: black 1px solid;
  323.     BORDER-BOTTOM: black 1px solid;
  324. }
  325.  
  326. .edittable2 {
  327.     background-color: #9999ff;
  328.     
  329.     BORDER-LEFT: black 1px solid;
  330.     BORDER-RIGHT: black 1px solid;
  331.     BORDER-TOP: black 1px solid;
  332.     BORDER-BOTTOM: black 1px solid;
  333. }
  334.  
  335. .editHeaderWhite
  336. {
  337.     color:white ;
  338. }
  339.  
  340. .vieweditbar {
  341. background-color:#cccc99;
  342. font-color: white;
  343. BORDER-LEFT: black 1px solid;
  344. BORDER-RIGHT: black 1px solid;
  345. BORDER-TOP: black 1px solid;
  346. BORDER-BOTTOM: black 1px solid;
  347. }